object SearchForm: TSearchForm Left = 299 Top = 170 Width = 264 Height = 384 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSizeToolWin Caption = 'Menu Navigator' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} OldCreateOrder = True OnActivate = FormActivate OnDestroy = FormDestroy OnDeactivate = FormDeactivate PixelsPerInch = 120 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 256 Height = 148 Align = alTop BevelOuter = bvNone Caption = ' ' TabOrder = 0 object Label1: TLabel Left = 7 Top = 2 Width = 260 Height = 16 AutoSize = False Caption = 'Enter search string :' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Ed_search: TEdit Left = 7 Top = 23 Width = 154 Height = 24 TabOrder = 0 Text = ' ' OnChange = Ed_searchChange OnKeyPress = Ed_searchKeyPress end object Bt_search: TButton Left = 167 Top = 21 Width = 98 Height = 31 Caption = 'Find' TabOrder = 1 OnClick = Bt_searchClick end object CB_TreeV: TCheckBox Left = 7 Top = 63 Width = 259 Height = 21 Caption = 'Tree view' TabOrder = 2 OnClick = CB_TreeVClick end object CB_FastNav: TCheckBox Left = 7 Top = 82 Width = 259 Height = 21 Caption = 'Fast navigate' Checked = True State = cbChecked TabOrder = 3 end object CB_FastS: TCheckBox Left = 7 Top = 102 Width = 259 Height = 21 Caption = 'Fast search' Checked = True State = cbChecked TabOrder = 4 end object CB_AutoH: TCheckBox Left = 7 Top = 122 Width = 259 Height = 21 Caption = 'Auto hide' Checked = True State = cbChecked TabOrder = 5 end end object Panel2: TPanel Left = 0 Top = 313 Width = 256 Height = 39 Align = alBottom BevelOuter = bvNone Caption = ' ' TabOrder = 1 object Bt_Navigate: TButton Left = 20 Top = 5 Width = 119 Height = 31 Caption = 'Navigate' TabOrder = 0 OnClick = Bt_NavigateClick end object Bt_Do: TButton Left = 158 Top = 5 Width = 112 Height = 31 Caption = 'Execute' TabOrder = 1 OnClick = Bt_DoClick end end object Panel3: TPanel Left = 0 Top = 148 Width = 256 Height = 165 Align = alClient BevelOuter = bvLowered Caption = ' ' TabOrder = 2 object TreeView1: TTreeView Left = 1 Top = 1 Width = 254 Height = 163 Align = alClient Indent = 19 ReadOnly = True TabOrder = 0 Visible = False OnClick = TreeView1Click end object Memo1: TMemo Left = 1 Top = 1 Width = 254 Height = 163 Align = alClient Lines.Strings = ( ' ') ReadOnly = True ScrollBars = ssBoth TabOrder = 1 WordWrap = False OnClick = Memo1Click end end object Timer1: TTimer Enabled = False Interval = 10000 OnTimer = Timer1Timer Left = 8 Top = 88 end end